home *** CD-ROM | disk | FTP | other *** search
- Path: news.voicenet.com!news
- From: kobak@voicenet.com (Peter Kobak)
- Newsgroups: comp.lang.c++
- Subject: Re: Q: Can I export class member function?
- Date: 21 Feb 1996 23:25:40 GMT
- Organization: Voicenet - Internet Access - (215)674-9290
- Message-ID: <4gg9lk$65p@news.voicenet.com>
- NNTP-Posting-Host: ivyland357.voicenet.com
- X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
-
- In message <4g6g1f$rme@nis.dacom.co.kr> - hanchrok@bora.dacom.co.kr (Han Chi
- ok) writes:
- :>
- :>Hello, all.
- :>Can I export class member functions in DLL?
- Usually.
- :>And can I import andynamically call the class member functions
- :>in other DLL files?
- Usually.
- :>extern "C" does not work good, I think.
- That's for sure.
- :>Thanks in advance for your assistance.
-
- Most compilers for operating systems having dynamic libraries have facilities
- for putting member functions in a dynamic library. However, each compiler
- for each operating system can have its own way to do it. I suggest you ask
- this on a newsgroup for your particular compiler or operating system, and
- include a description of your compiler.
-
- ================
- Peter Kobak
- kobak@voicenet.com
-
-
-